PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Window Manager >

Programming With the Mac OS 8.5 Window Manager


Window Transition Action Constants

You may pass the following WindowTransitionAction constants to the function TransitionWindow to specify the direction of the animation effect that is to be performed for a window.

enum {
    kWindowShowTransitionAction = 1,
    kWindowHideTransitionAction = 2
};
typedef UInt32 WindowTransitionAction;

Constant descriptions

kWindowShowTransitionAction
Specifies that the animation display the window opening, that is, transitioning from a closed to an open state.
kWindowHideTransitionAction
Specifies that the animation display the window closing, that is, transitioning from an open to a closed state.

© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)